
 
 F u n c t i o n :   i s N a t i v e A c t i v e E l e m e n t ( d o m E l e m e n t ) 
 
 
 
 S h o r t h a n d :   i s N a t i v e ( d o m E l e m e n t ) 
 
 
 
 D e s c r i p t i o n :   C h e c k s   i f   a n   e l e m e n t   i s   a   n a t i v e   a c t i v e   e l e m e n t . 
 
 
 
 R e t u r n s :   T r u e   i f   y e s ,   F a l s e   o t h e r w i s e . 
 
 
 
 N o t e :   N a t i v e   a c t i v e   e l e m e n t s   i n c l u d e   a l l   o f   t h e   f o l l o w i n g :   " a "   ( +   h r e f   a t t r i b u t e ) ,   " b u t t o n " ,   " i n p u t " ,   " s e l e c t " ,   " t e x t a r e a " ,   a n d   " d e t a i l s " . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   C h e c k   i f   a n   e l e m e n t   i s   a   n a t i v e   a c t i v e   e l e m e n t . 
 
 
 
 v a r   i s N a t i v e   =   $ A . i s N a t i v e A c t i v e E l e m e n t ( d o m E l e m e n t ) ; 
 
 
 
 